home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3566 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 21 Feb 1996 19:22:54 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <2038.6625T1088T2898@ifi.uio.no>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922@vip.cybercity.dk><1225.6615T1229T800@login.eunet.no><1140.6616T51T1538@vip.cybercity.dk>
  9.     <3764.6622T781T478@ifi.uio.no> <4gbkq8$104@sunsystem5.informatik.tu-muenchen.de>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  14. >: >AGA 64bit sprites (and what a hard work that was).
  15. >: No the source was kind of weird, several asm-instructions on the same line
  16. >: etc! :)
  17. >I _KNEW_ that was the reason why you call the source bad!
  18. >If you would have read the docs, you'd have read that I even
  19. >provided the converter ;)
  20. Yes, and I used it! ;) It was still terrible!!! (Sorry no personal offence)
  21.  
  22. >Tell me what you want, people, multiple instructions in line rulz,
  23. >just like any C code does. You get more source code overview
  24. >once you learned to read this style.
  25. I don't agree at all.
  26.  
  27. >: How are you going to handle 64 pixels width sprites?
  28. >by hacking fmode...
  29. >: What about double pixel height?
  30. >by hacking fmode & modulos..
  31. >: What about multisync?
  32. >no way! unless you are a mega intuition-monitor-expert and maybe
  33. >write a new ghost-look routine for each kickstart-revision :\
  34. Its possible without being an expert.
  35.  
  36. You have to set up 2 different UserCopperList.
  37. One for normal modes (PAL/NTSC etc) and one for double-scan modes.
  38. (DBLPAL/DBLNTSC)
  39.  
  40. No big deal. And you already know how the modulo registers work in double-scan
  41. mode.
  42.  
  43. >Afaik no way to get it OSy.
  44. When you have already hacked out FMODE and MODULOs. You don't need to do more
  45. hacking to make it work in multisync.
  46.  
  47. >: Intuition screens are often promoted to another screenmodes.
  48. >: Have you thought about that the modulo registers work different in
  49. >: scandoubling modes like DBLPAL, DBLNTSC?
  50. >In DBLPAL you need to display same line _4_ times to let it look
  51. >like normal 2x4.
  52. No real problem. If you use a UserCopperlist.
  53.  
  54. >: There is a lot of things to think about! :(
  55. >you can't think about all things.
  56. >Do it for PAL and provide 4 pass solution for other monitors.
  57. I guess you don't have a Multisync? Just like the coder how put their code
  58. sections in chipram because they don't have any fast memory! :-/
  59.  
  60. Just try, it isn't much harder than PAL.
  61.  
  62.  
  63. <sb>Ludde - Amiga Demo Coder
  64. <sb>Virtual Reality & Official Be developer
  65. <sb>ludvigp@ifi.uio.no
  66.  
  67.